home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / info-service / wais / ir-book-sources / stemmer / READ.ME < prev    next >
Encoding:
Text File  |  1993-04-08  |  689 b   |  22 lines

  1.  
  2.    Code to Accompany Chapter 8: Stemming Algorithms
  3.  
  4.    Contributed by:
  5.       William B. Frakes
  6.       Software Productivity Consortium
  7.       Herndon VA 22070
  8.  
  9.    The files in this directory contain code for implementing the Porter
  10.    stemming algorithm.  This directory should contain the following files:
  11.  
  12.    makefile      Builds object code and test drivers
  13.  
  14.    testfile      Text data for testing the stemmer
  15.  
  16.    stem.c        Module containing the Porter stemmer
  17.    stem.h        Header for the stemmer module
  18.    stemmer.c     Stemmer test program
  19.  
  20.    Detailed information about the implementation and how to use it can 
  21.    be found in the Makefile and the various source code files.
  22.